home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / hoobie / sun-reboot.txt < prev    next >
Encoding:
Text File  |  2001-11-06  |  1.3 KB  |  37 lines

  1.  
  2. How to reboot a sun ultra running solaris 2.5.1 from the
  3. console, when being logged in as a normal user, without touching
  4. STOP-A. (tested on ultra1 140m)
  5.  
  6. Try executing
  7.  
  8. perl -e 'print "\e[1J"'
  9.  
  10. on the console without starting X11. This will send your ultra
  11. to kingdom come and only a power-on reset can get it back ...
  12.  
  13. Now why do I care?
  14.  
  15. Because some of our users like to telnet to a VAX system from the sun
  16. console without starting up X11.  On the VAX they use their favorite editor,
  17. which uses above escape sequence to clear the screen. Unfortunately the
  18. screen clearing is a bit to effective on a ultra.
  19.  
  20. The Bug is in the Sun bug-database under ID 4039619 (that is the number
  21. quoted by our sun service rep) The workaround according to sun is:
  22. "Don't log into the VAX without starting X." Obvious yes ... thank you ...
  23.  
  24. ---------------------------------------------------------------------
  25.  
  26. bad trap and panic induced on :-
  27.  
  28. SunOS xxx 5.5.1 Generic sun4u sparc SUNW,Ultra-1
  29.  
  30. ---------------------------------------------------------------------
  31.  
  32. It was confirmed to be a problem by our sun service
  33. contact. They said they could reproduce it ... You must make sure
  34. that you are trying this on a Sun Graphics Board Connected Monitor,
  35. which is NOT running X11 (OpenWindows). This Problem does not
  36. manifest itself on tty connected Terminals. Or when running X11.
  37.